home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / TUTORIAL.BIN / RecordLink.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-30  |  435 b   |  10 lines

  1. package symantec.itools.db.pro;
  2.  
  3. import symjava.sql.SQLException;
  4.  
  5. public interface RecordLink {
  6.    void init();
  7.  
  8.    void notifyRecordChange(Record var1) throws SQLException;
  9. }
  10.